Make gperf play nice with FreeBSD.
authorrobertl <robertl>
Sat, 8 Sep 2007 22:48:00 +0000 (22:48 +0000)
committerrobertl <robertl>
Sat, 8 Sep 2007 22:48:00 +0000 (22:48 +0000)
Makefile.in
configure

index 108d16370ba9fdbaa0c51bcc30ae620582f32bca..f059f6326ca4423f2b07cf8d120a71a862510281 100644 (file)
@@ -110,7 +110,7 @@ Makefile gbversion.h: Makefile.in config.status xmldoc/makedoc.in gbversion.h.in
        CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 
 
 xcsv_tokens.gperf: xcsv_tokens.in
-       gperf -t --output-file=$@ $?
+       gperf -L ANSI-C -D -t $? > $@
 
 config.status: configure 
        $(SHELL) config.status --recheck
index c8ae38a77e2bc21307fb72e6958897ac851575da..57dc97129d11bfdea0e2683b5ce05c33791c980e 100755 (executable)
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for GPSBabel 1.3.5.
 #
-# Report bugs to <BUG-REPORT-ADDRESS>.
+# Report bugs to <BUG-REPORT-ADDRESS>. 
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.